diff options
-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 db3632d..a8de87d 100644 --- a/apt-panopticommon.lua +++ b/apt-panopticommon.lua | |||
@@ -136,7 +136,7 @@ APT.parseArgs = function(args) | |||
136 | if ("--help" == a) or ("-h" == a) then | 136 | if ("--help" == a) or ("-h" == a) then |
137 | print("I should write some docs, huh? Read README.md for instructions.") | 137 | print("I should write some docs, huh? Read README.md for instructions.") |
138 | elseif "--version" == a then | 138 | elseif "--version" == a then |
139 | print("apt-panopticon version 0.1 WIP development version") | 139 | print("apt-panopticon version 0.2") |
140 | elseif "-v" == a then | 140 | elseif "-v" == a then |
141 | APT.verbosity = APT.verbosity + 1 | 141 | APT.verbosity = APT.verbosity + 1 |
142 | sendArgs = sendArgs .. a .. " " | 142 | sendArgs = sendArgs .. a .. " " |