From a2324725adab4fda610d39eb21d8d28bdf8f35ba Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 13 Aug 2022 13:17:45 -0300 Subject: bin/: Add examples to help strings --- bin/tmp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'bin/tmp') diff --git a/bin/tmp b/bin/tmp index e2d16b7..2dc0b48 100755 --- a/bin/tmp +++ b/bin/tmp @@ -16,6 +16,21 @@ help() { Options: -d delete the remote "tmp/" folder -h, --help show this message + + + Copies a file to the public server. + + + Examples: + + Copy f.txt: + + $ tmp f.txt + + + Cleanup the $REMOTE: + + $ tmp -d EOF } -- cgit v1.2.3