changeset 51:d4ccc5ccdc6d

Merge commit.
author David Barts <davidb@stashtea.com>
date Thu, 07 May 2020 08:30:56 -0700
parents fb407182ba76 (current diff) 1aea8079484b (diff)
children 39895d44a287
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make-debian-package	Thu May 07 08:29:58 2020 -0700
+++ b/make-debian-package	Thu May 07 08:30:56 2020 -0700
@@ -12,7 +12,7 @@
 # Name executed as
 myname="${0##*/}"
 
-# We must specify a single directory name, nothing else.
+# We must specify single directory name and an output file.
 if [ $# -ne 2 ]
 then
     1>&2 echo "$myname: expecting directory and output file"