From e5e0b4ccce4a37def8dbf1c95bbe1818952aa448 Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 25 Jan 2016 09:07:53 +1100 Subject: [PATCH] Added commas --- README.md | 2 +- fetch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2cafdeec..51ffce12 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ alias fetch2="fetch \ Info: --speed_type Change the type of cpu speed to display. - Possible values: current, min, max, bios + Possible values: current, min, max, bios, scaling_current, scaling_min, scaling_max NOTE: This only support Linux with cpufreq. --uptime_shorthand Shorten the output of uptime diff --git a/fetch b/fetch index 3347de83..3b9ca521 100755 --- a/fetch +++ b/fetch @@ -1252,7 +1252,7 @@ usage () { cat << EOF Info: --speed_type Change the type of cpu speed to display. - Possible values: current, min, max, bios + Possible values: current, min, max, bios, scaling_current, scaling_min, scaling_max NOTE: This only support Linux with cpufreq. --uptime_shorthand Shorten the output of uptime