From: Jim Meyering Date: Sun, 16 Apr 2000 12:16:03 +0000 (+0000) Subject: add comment X-Git-Tag: FILEUTILS-4_0r~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=125de05913ec0e2b06ef47f521128599d3744daa;p=thirdparty%2Fcoreutils.git add comment --- diff --git a/src/mv.c b/src/mv.c index 7816f8c6cb..b9f0570426 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[] =