From 7906fe8ef70e5560b67c8ae8a6a282742910c9bf Mon Sep 17 00:00:00 2001 From: Mohammed Anas Date: Mon, 16 Oct 2023 18:06:17 +0100 Subject: xnew: document -a option in script summary --- xnew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xnew') diff --git a/xnew b/xnew index 941cf01..a19c521 100755 --- a/xnew +++ b/xnew @@ -1,5 +1,5 @@ #!/bin/sh -e -# xnew PKG - create XBPS template template +# xnew [-a] PKG - create XBPS template template if [ "$1" = "-a" ]; then append=1 -- cgit 1.4.1