aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2012-06-14 00:01:14 -0500
committerRob Landley <rob@landley.net>2012-06-14 00:01:14 -0500
commit56fccc3ce7439570ba00d931bc85bbb6ef699fcc (patch)
tree413b533806b3c22d59c0f8cf8c4f3d3a3767ebe7
parente28e4b95081671998827fe2edbd621a4a3c47bd9 (diff)
downloadtoybox-56fccc3ce7439570ba00d931bc85bbb6ef699fcc.tar.gz
Cosmetic tweak to command preamble.
-rw-r--r--toys/rmdir.c6
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))