From b4c780ac731398b5ebeb04b95f763c9e08b814c2 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 11 Nov 2014 01:08:32 +0100 Subject: Implement functionality part of --write argument --- src/yawa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/yawa.h') diff --git a/src/yawa.h b/src/yawa.h index 7cafd2c..ac4cd4d 100644 --- a/src/yawa.h +++ b/src/yawa.h @@ -100,7 +100,7 @@ static struct argp_option options[] = { {0, 0, 0, 0, "Misc:", -1}, {"alpha", 'A', "AMOUNT", 0, "Adjust alpha level for colors and images", -1}, - {"write", 'w', "FILENAME", 0, "Write the current image to a file", -1}, // Not implemented + {"write", 'w', "FILENAME", 0, "Write the current image to a file", -1}, {0, 0, 0, 0, 0, 0} }; -- cgit v1.2.3-54-g00ecf