diff options
author | onefang | 2020-02-06 19:47:41 +1000 |
---|---|---|
committer | onefang | 2020-02-06 19:47:41 +1000 |
commit | 4f2ef40a553de8049e69eb4cc1046325b88adf13 (patch) | |
tree | aed5df70f9e140b3c6f2c550f1d8b333d7ab7bf3 | |
parent | Print the help texts, and exit from the help and version command line options. (diff) | |
download | apt-panopticon-4f2ef40a553de8049e69eb4cc1046325b88adf13.zip apt-panopticon-4f2ef40a553de8049e69eb4cc1046325b88adf13.tar.gz apt-panopticon-4f2ef40a553de8049e69eb4cc1046325b88adf13.tar.bz2 apt-panopticon-4f2ef40a553de8049e69eb4cc1046325b88adf13.tar.xz |
Alpha release, dammit. lol
-rw-r--r-- | apt-panopticommon.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua index 2bb5a16..503c131 100644 --- a/apt-panopticommon.lua +++ b/apt-panopticommon.lua | |||
@@ -141,7 +141,7 @@ APT.parseArgs = function(args) | |||
141 | end | 141 | end |
142 | os.exit() | 142 | os.exit() |
143 | elseif "--version" == a then | 143 | elseif "--version" == a then |
144 | print("apt-panopticon version 0.2") | 144 | print("apt-panopticon version 0.2 alpha") |
145 | os.exit() | 145 | os.exit() |
146 | elseif "-v" == a then | 146 | elseif "-v" == a then |
147 | APT.verbosity = APT.verbosity + 1 | 147 | APT.verbosity = APT.verbosity + 1 |