diff options
author | EuAndreh <eu@euandre.org> | 2022-10-27 22:51:48 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-27 22:51:48 -0300 |
commit | 695c133eadc6dbfa85f43e8a14bbb4dbf6ae2638 (patch) | |
tree | c5ec9a3a31a8d8f5242abb53851b7558d71fd0d0 /bin | |
parent | etc/guix/system.scm: Remove unused imports (diff) | |
download | dotfiles-695c133eadc6dbfa85f43e8a14bbb4dbf6ae2638.tar.gz dotfiles-695c133eadc6dbfa85f43e8a14bbb4dbf6ae2638.tar.xz |
bin/repos: Add documentation for -e option in help string
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/repos | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,7 +5,7 @@ set -eu usage() { cat <<-'EOF' Usage: - repos [-v] [DIRECTORY] + repos [-e DIR...] [-v] [DIRECTORY] repos -h EOF } @@ -15,6 +15,7 @@ help() { Options: + -e DIR exclude the given directory from traversing -v enable verbose mode -h, --help show this message |