summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-04-16 12:16:03 +0000
committerJim Meyering <jim@meyering.net>2000-04-16 12:16:03 +0000
commit125de05913ec0e2b06ef47f521128599d3744daa (patch)
tree245bba28df45a6ee085ce97fba8da5b487e544bd /src
parent496e09185a03d0d1dd85f455bb4211adf5c3f69e (diff)
downloadcoreutils-125de05913ec0e2b06ef47f521128599d3744daa.tar.xz
add comment
Diffstat (limited to 'src')
-rw-r--r--src/mv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mv.c b/src/mv.c
index 7816f8c6c..b9f057042 100644
--- a/src/mv.c
+++ b/src/mv.c
@@ -83,6 +83,7 @@ int yesno ();
/* The name this program was run with. */
char *program_name;
+/* Remove any trailing slashes from each SOURCE argument. */
static int remove_trailing_slashes;
static struct option const long_options[] =