diff options
author | Rob Landley <rob@landley.net> | 2012-06-14 00:01:14 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2012-06-14 00:01:14 -0500 |
commit | 56fccc3ce7439570ba00d931bc85bbb6ef699fcc (patch) | |
tree | 413b533806b3c22d59c0f8cf8c4f3d3a3767ebe7 | |
parent | e28e4b95081671998827fe2edbd621a4a3c47bd9 (diff) | |
download | toybox-56fccc3ce7439570ba00d931bc85bbb6ef699fcc.tar.gz |
Cosmetic tweak to command preamble.
-rw-r--r-- | toys/rmdir.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toys/rmdir.c b/toys/rmdir.c index 2368255b..be93cb69 100644 --- a/toys/rmdir.c +++ b/toys/rmdir.c @@ -1,10 +1,10 @@ /* vi: set sw=4 ts=4: * - * hello.c - A hello world program. + * rmdir.c - remove directory/path * - * Copyright 2006 Rob Landley <rob@landley.net> + * Copyright 2008 Rob Landley <rob@landley.net> * - * See http://www.opengroup.org/onlinepubs/009695399/utilities/cat.html + * See http://opengroup.org/onlinepubs/9699919799/utilities/rmdir.html USE_RMDIR(NEWTOY(rmdir, "<1p", TOYFLAG_BIN)) |