diff options
author | Jim Meyering <jim@meyering.net> | 2000-04-16 12:16:03 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-04-16 12:16:03 +0000 |
commit | 125de05913ec0e2b06ef47f521128599d3744daa (patch) | |
tree | 245bba28df45a6ee085ce97fba8da5b487e544bd /src | |
parent | 496e09185a03d0d1dd85f455bb4211adf5c3f69e (diff) | |
download | coreutils-125de05913ec0e2b06ef47f521128599d3744daa.tar.xz |
add comment
Diffstat (limited to 'src')
-rw-r--r-- | src/mv.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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[] = |