aboutsummaryrefslogtreecommitdiff
path: root/sutils/e2os.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sutils/e2os.sh')
-rwxr-xr-xsutils/e2os.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sutils/e2os.sh b/sutils/e2os.sh
index 644e9616..8d3628d0 100755
--- a/sutils/e2os.sh
+++ b/sutils/e2os.sh
@@ -41,7 +41,7 @@ while :; do
echo "Usage: $0 [-V?] [--help] [--usage] [--version] DEVICE [OS]"
exit 0;;
--version|-V)
- echo "e2os 1.0 (`uname -sr`)"; exit 0;;
+ echo "STANDARD_HURD_VERSION_e2os_"; exit 0;;
-*)
echo 1>&2 "$0: unrecognized option \`$1'"
echo 1>&2 "Try \`$0 --help' for more information";