]> git.seodisparate.com - swaybar_info/commitdiff
Fix README.md, bump version to 0.1.2
authorStephen Seo <seo.disparate@gmail.com>
Thu, 11 Aug 2022 03:04:24 +0000 (12:04 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Thu, 11 Aug 2022 03:04:24 +0000 (12:04 +0900)
Cargo.lock
Cargo.toml
README.md

index ab5729dde3d210edf8af0a194277f4c856cd5e43..e56237861a2bed370a46bb80ea45a15a3986e3b7 100644 (file)
@@ -141,7 +141,7 @@ dependencies = [
 
 [[package]]
 name = "swaybar_info"
-version = "0.1.1"
+version = "0.1.2"
 dependencies = [
  "chrono",
  "regex",
index 5623fe093af91629df10dbc0724dfe91c2f2cef5..6bd56a1a4dce7b7a4a734e9e3022f7e549d8a6c7 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "swaybar_info"
-version = "0.1.1"
+version = "0.1.2"
 edition = "2021"
 description = "Provides swaybar with info to be displayed"
 license = "MIT"
index a6455adbe0e3860501f1448175aec5863381d815..2172b833b3306744148f33228792757ed1025f35 100644 (file)
--- a/README.md
+++ b/README.md
@@ -16,12 +16,12 @@ tiling Wayland compositor](https://swaywm.org).
 ## Help Text
 
     Usage:
-      -h | --help Prints help
+      -h | --help                                      Prints help
       --netdev=<device_name>                           Check network traffic on specified device
       --interval-sec=<seconds>                         Output at intervals of <seconds> (default 5)
       --acpi-builtin                                   Use "acpi -b" built-in fetching (battery info, with color)
       --regex-cmd=<cmd>[SPLIT]<args...>[SPLIT]<regex>  Use an output of a command as a metric
-      --date-format=<date format string>               Set the format string for the date
+      --time-format=<date format string>               Set the format string for the date
 
 ## Usage