diff options
Diffstat (limited to 'coreutils/hostid.c')
-rw-r--r-- | coreutils/hostid.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/coreutils/hostid.c b/coreutils/hostid.c index 635e48e..49409b9 100644 --- a/coreutils/hostid.c +++ b/coreutils/hostid.c @@ -9,6 +9,11 @@ /* BB_AUDIT SUSv3 N/A -- Matches GNU behavior. */ +//usage:#define hostid_trivial_usage +//usage: "" +//usage:#define hostid_full_usage "\n\n" +//usage: "Print out a unique 32-bit identifier for the machine" + #include "libbb.h" /* This is a NOFORK applet. Be very careful! */ |