瀏覽代碼

Update CLI help.

Steve Thielemann 1 周之前
父節點
當前提交
0fa89e6482
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main.rs

+ 1 - 1
src/main.rs

@@ -44,7 +44,7 @@ enum Commands {
     Update {},
     /// Display information
     Info {},
-    /// Version
+    /// Display version information
     Version {},
 }