]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/commitdiff
adjust help message
authorStefan Tomanek <stefan.tomanek@wertarbyte.de>
Tue, 9 Nov 2010 22:31:06 +0000 (23:31 +0100)
committerStefan Tomanek <stefan.tomanek@wertarbyte.de>
Tue, 9 Nov 2010 22:32:14 +0000 (23:32 +0100)
autorandr

index 3e04be781ef5721cb12076fa9ad6e123510a2e64..aaaa069ecfe2c9f4877d5ec8cb1bedd329fb0799 100755 (executable)
--- a/autorandr
+++ b/autorandr
@@ -130,15 +130,15 @@ load() {
 
 help() {
        cat <<EOH
-Usage: autorandr action [profile-name]
+Usage: autorandr [options]
 
 -h, --help             get this small help
 -c, --change           reload current setup
 -s, --save <profile>   save your current setup to profile <profile>
 -l, --load <profile>   load profile <profile>
---force                        force loading of a profile
 -d, --default <profile> make profile <profile> the default profile 
---fingerprint          fingerprints your actual config 
+--force                        force (re)loading of a profile
+--fingerprint          fingerprint your current hardware setup
 
  To prevent a profile from being loaded, place a script call "block" in its
  directory. The script is evaluated before the screen setup is inspected, and
@@ -147,11 +147,11 @@ Usage: autorandr action [profile-name]
 
  If no suitable profile can be identified, the current configuration is kept.
  To change this behaviour and switch to a fallback configuration, specify
- --default <profile>
+ --default <profile>.
 
  Another script called "postswitch "can be placed in the directory
- ~/.auto-disper as well as in all profile directories: The scripts are
- executed after a mode switch has taken place and can notify window managers
+ ~/.auto-disper as well as in any profile directories: The scripts are executed
+ after a mode switch has taken place and can notify window managers.
 
 EOH
        exit