diff options
author | Mohammed Anas <triallax@tutanota.com> | 2023-10-16 18:06:17 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2023-10-16 21:18:15 +0200 |
commit | 7906fe8ef70e5560b67c8ae8a6a282742910c9bf (patch) | |
tree | 8d61e4ea77a9b97794e19b6fca7d94ed4fc210c9 /xnew | |
parent | d415f12f5c11908552f6d9c2d8abe4afe3cbc080 (diff) | |
download | xtools-7906fe8ef70e5560b67c8ae8a6a282742910c9bf.tar.gz xtools-7906fe8ef70e5560b67c8ae8a6a282742910c9bf.tar.xz xtools-7906fe8ef70e5560b67c8ae8a6a282742910c9bf.zip |
xnew: document -a option in script summary
Diffstat (limited to 'xnew')
-rwxr-xr-x | xnew | 2 |
1 files changed, 1 insertions, 1 deletions
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 |