diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-04 20:06:52 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-04 20:06:52 +0100 |
commit | 2943b14334acb599cd2363a3688be062ab5fd87a (patch) | |
tree | 250667fcffb4990fceea45a26e8e2689ab9eb4bc /src/options.c | |
parent | README: Explain gamma ramps and why integrated features should be preferred (diff) | |
download | redshift-ng-2943b14334acb599cd2363a3688be062ab5fd87a.tar.gz redshift-ng-2943b14334acb599cd2363a3688be062ab5fd87a.tar.bz2 redshift-ng-2943b14334acb599cd2363a3688be062ab5fd87a.tar.xz |
Cleanup, fix/update sv.po, begin use of plain make and renaming project to redshift-ng
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r-- | src/options.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/options.c b/src/options.c index 33bf623..729140e 100644 --- a/src/options.c +++ b/src/options.c @@ -213,9 +213,6 @@ print_help(const char *program_name) DEFAULT_DAY_TEMP, DEFAULT_NIGHT_TEMP); fputs("\n", stdout); - - /* TRANSLATORS: help output 7 */ - printf(_("Please report bugs to <%s>\n"), PACKAGE_BUGREPORT); } /* Print list of adjustment methods. */ |