diff options
author | Arun Isaac | 2023-01-29 23:49:39 +0000 |
---|---|---|
committer | Arun Isaac | 2023-01-29 23:49:39 +0000 |
commit | 5115bdcedf017dc3ad2c8aa377439e48389b57a7 (patch) | |
tree | caeed9f219850ddf83508855b99e0e41b7df1e05 /bin | |
parent | 7eb25b2860f051d1568e5da4b5daee4f16d82341 (diff) | |
download | tissue-5115bdcedf017dc3ad2c8aa377439e48389b57a7.tar.gz tissue-5115bdcedf017dc3ad2c8aa377439e48389b57a7.tar.lz tissue-5115bdcedf017dc3ad2c8aa377439e48389b57a7.zip |
bin: Indicate in synopsis that host is required for tissue-pull.
* bin/tissue (tissue-pull): Indicate in synopsis that host is a
required argument.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/tissue | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -444,7 +444,7 @@ HOSTNAME." (define tissue-pull (match-lambda* (("--help") - (format #t "Usage: ~a pull [OPTIONS] [HOST] + (format #t "Usage: ~a pull [OPTIONS] HOST Pull latest from upstream repositories. -C, --config=CONFIG-FILE read configuration parameters from CONFIG-FILE |