summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2014-09-15 00:33:09 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2014-09-15 00:33:09 +0200
commit6c64b2c423c551d83799fcc868c7e0a05e02bf63 (patch)
treee08fb19d65993f17f29deb82e488db68e8b3401f
parent685083146fdd618ca4314657665f014a82ba981b (diff)
downloadxtools-6c64b2c423c551d83799fcc868c7e0a05e02bf63.tar.gz
xtools-6c64b2c423c551d83799fcc868c7e0a05e02bf63.tar.xz
xtools-6c64b2c423c551d83799fcc868c7e0a05e02bf63.zip
mv gensum xgensum
-rwxr-xr-xxgensum (renamed from gensum)2
1 files changed, 1 insertions, 1 deletions
diff --git a/gensum b/xgensum
index 4eb89ae..3df9e82 100755
--- a/gensum
+++ b/xgensum
@@ -1,5 +1,5 @@
 #!/bin/bash
-# gensum [-i] TEMPLATE - update SHA256 sums in templates
+# xgensum [-i] TEMPLATE - update SHA256 sums in templates
 
 case "$1" in
 	-i*) i=$1; shift