diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2010-05-25 01:35:54 +0200 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2010-05-25 01:35:54 +0200 |
commit | 5be231ca8d0d9b62e1f4b87471b214e79d3a83cd (patch) | |
tree | d7cc49ae3ec2935ed84d1d952b367c1fa4f930f7 /src | |
parent | Fix build on mingw (diff) | |
download | redshift-ng-5be231ca8d0d9b62e1f4b87471b214e79d3a83cd.tar.gz redshift-ng-5be231ca8d0d9b62e1f4b87471b214e79d3a83cd.tar.bz2 redshift-ng-5be231ca8d0d9b62e1f4b87471b214e79d3a83cd.tar.xz |
Remove unused parameters in help text output.
Diffstat (limited to 'src')
-rw-r--r-- | src/redshift.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/redshift.c b/src/redshift.c index 84a0b5d..fd14a64 100644 --- a/src/redshift.c +++ b/src/redshift.c @@ -265,8 +265,6 @@ print_help(const char *program_name) " -o\t\tOne shot mode (do not continously adjust" " color temperature)\n" " -r\t\tDisable temperature transitions\n" - " -s SCREEN\tX screen to apply adjustments to\n" - " -c CRTC\tCRTC to apply adjustments to (RANDR only)\n" " -t DAY:NIGHT\tColor temperature to set at daytime/night\n"), stdout); fputs("\n", stdout); |