diff options
author | Ayush Agarwal <ayushnix@fastmail.com> | 2022-03-05 00:49:35 +0530 |
---|---|---|
committer | Ayush Agarwal <ayushnix@fastmail.com> | 2022-03-05 00:49:35 +0530 |
commit | 327bb6598bc2a9daa7ebbf32edfc68e2cdeb2ab2 (patch) | |
tree | 3554773b62b2e310e3e5c28110d8a473bd5ede37 | |
parent | 8d6e8d165d3767004183fa6b2dc8ee2ab7d8ea3f (diff) |
refactor: `tessen -v` prints just the version num
-rwxr-xr-x | tessen | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -822,7 +822,7 @@ main() { exit 0 ;; -v | --version) - printf "%s\n" "tessen version $tsn_version" + printf "%s\n" "$tsn_version" exit 0 ;; --) |