Skip to content

Commit 33d4724

Browse files
authored
Update README.md
1 parent bf0f791 commit 33d4724

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ Download SCM with the following command:
2525
## update
2626
By default, without parameters, `update` updates the SCM script.
2727
- `<name>`: Removes and downloads an installed script by name.
28-
- `<all>`: Removes and downloads all installed scripts.
28+
- `all`: Removes and downloads all installed scripts.
2929
- `<name> <sourceName>`: Removes and downloads an installed script from a specific source. Sources can be added via the `source` command.
3030
## source
31-
- `<add> <scriptName> <sourceName> <source>`: Adds a source (URL, Pastebin Code, ...) with a name to a script.
32-
- `<get> <scriptName>`: Shows all sources of a script.
33-
- `<remove> <scriptName> <sourceName>`: Removes a source from a script.
34-
- `<default> <scriptName> <sourceName>`: Sets a specific source to the default of a script. The previous default script gets a generated name.
35-
- `<rename> <scriptName> <sourceName> <newSourceName>`: Updates the name of a source.
31+
- `add <scriptName> <sourceName> <source>`: Adds a source (URL, Pastebin Code, ...) with a name to a script.
32+
- `get <scriptName>`: Shows all sources of a script.
33+
- `remove <scriptName> <sourceName>`: Removes a source from a script.
34+
- `default <scriptName> <sourceName>`: Sets a specific source to the default of a script. The previous default script gets a generated name.
35+
- `rename <scriptName> <sourceName> <newSourceName>`: Updates the name of a source.
3636
## remove
3737
- `<name>`: Deletes a script by name.
38-
- `<all>`: Deletes all scripts.
38+
- `all`: Deletes all scripts.
3939
## list
4040
Shows all installed scripts.
4141
## config

0 commit comments

Comments
 (0)