This commit is contained in:
Vince
2022-11-12 15:45:07 +08:00
parent 9f9dca89d8
commit a333497cab
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ Usage: `./install.sh` **[OPTIONS...]**
``` ```
-d, --dest DIR Specify destination directory (Default: $HOME/.local/share/icons) -d, --dest DIR Specify destination directory (Default: $HOME/.local/share/icons)
-n, --name NAME Specify theme name (Default: Colloid) -n, --name NAME Specify theme name (Default: Colloid)
-s, --scheme TYPES Specify folder color scheme variant(s) [default|nord|dracula] -s, --scheme TYPES Specify folder color scheme variant(s) [default|nord|dracula|all]
-t, --theme VARIANTS Specify folder color variant(s) [default|purple|pink|red|orange|yellow|green|teal|grey|all] (Default: blue) -t, --theme VARIANTS Specify folder color variant(s) [default|purple|pink|red|orange|yellow|green|teal|grey|all] (Default: blue)
-h, --help Show help -h, --help Show help
``` ```

View File

@@ -24,7 +24,7 @@ cat << EOF
OPTIONS: OPTIONS:
-d, --dest DIR Specify destination directory (Default: $DEST_DIR) -d, --dest DIR Specify destination directory (Default: $DEST_DIR)
-n, --name NAME Specify theme name (Default: $THEME_NAME) -n, --name NAME Specify theme name (Default: $THEME_NAME)
-s, --scheme TYPES Specify folder color scheme variant(s) [default|nord|dracula] -s, --scheme TYPES Specify folder color scheme variant(s) [default|nord|dracula|all]
-t, --theme VARIANTS Specify folder color theme variant(s) [default|purple|pink|red|orange|yellow|green|teal|grey|all] (Default: blue) -t, --theme VARIANTS Specify folder color theme variant(s) [default|purple|pink|red|orange|yellow|green|teal|grey|all] (Default: blue)
-h, --help Show help -h, --help Show help
EOF EOF