aboutsummaryrefslogtreecommitdiff
path: root/bin/uuid
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-08-13 13:17:45 -0300
committerEuAndreh <eu@euandre.org>2022-08-13 13:17:45 -0300
commita2324725adab4fda610d39eb21d8d28bdf8f35ba (patch)
treeb8d770e51d7e0703020cfd6862e890b717bcb23e /bin/uuid
parentbin/player: Add working utility (diff)
downloaddotfiles-a2324725adab4fda610d39eb21d8d28bdf8f35ba.tar.gz
dotfiles-a2324725adab4fda610d39eb21d8d28bdf8f35ba.tar.xz
bin/: Add examples to help strings
Diffstat (limited to 'bin/uuid')
-rwxr-xr-xbin/uuid9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/uuid b/bin/uuid
index 74d0fba..34b685f 100755
--- a/bin/uuid
+++ b/bin/uuid
@@ -15,7 +15,16 @@ help() {
Options:
-h, --help show this message
+
Generate UUID from /dev/random.
+
+
+ Examples:
+
+ Generate a UUID:
+
+ $ uuid
+ 755244c8-f955-16df-75cc-f25600c90422
EOF
}