Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 595832
Collapse All | Expand All

(-)fim-0.4-rc3/src/fim.cpp.old (-2 / +2 lines)
Lines 114-120 Link Here
114
    {"device",     required_argument, NULL, 'd',"specify a {framebuffer device}","{framebuffer device}",
114
    {"device",     required_argument, NULL, 'd',"specify a {framebuffer device}","{framebuffer device}",
115
"Framebuffer device to use. Default is the one your vc is mapped to (as in fbi)."
115
"Framebuffer device to use. Default is the one your vc is mapped to (as in fbi)."
116
    },
116
    },
117
    {"dump-reference-help",      optional_argument /*no_argument*/,       NULL, 0xd15cbab3,"dump reference info","[=man]",
117
    {"dump-reference-help",      optional_argument /*no_argument*/,       NULL, (int) 0xd15cbab3,"dump reference info","[=man]",
118
"Will dump to stdout the language reference help."
118
"Will dump to stdout the language reference help."
119
    },
119
    },
120
    {"dump-default-fimrc",      no_argument,       NULL, 'D',"dump on standard output the default configuration",NULL,
120
    {"dump-default-fimrc",      no_argument,       NULL, 'D',"dump on standard output the default configuration",NULL,
Lines 176-182 Link Here
176
/* FIXME: shall document this */
176
/* FIXME: shall document this */
177
#endif /* FIM_WITH_LIBIMLIB2 */
177
#endif /* FIM_WITH_LIBIMLIB2 */
178
    },
178
    },
179
    {"offset",      required_argument,       NULL,  0xFFD8FFE0,"will open the first image file at the specified offset","{bytes-offset}",
179
    {"offset",      required_argument,       NULL,  (int) 0xFFD8FFE0,"will open the first image file at the specified offset","{bytes-offset}",
180
"Will use the specified \\fBoffset\\fP (in bytes) for opening the specified files (useful for viewing images on damaged file systems; however, since the internal variables representation is sizeof(int) bytes based, you have a limited offset range: using already chopped image files may be a workaround to this limitation)."
180
"Will use the specified \\fBoffset\\fP (in bytes) for opening the specified files (useful for viewing images on damaged file systems; however, since the internal variables representation is sizeof(int) bytes based, you have a limited offset range: using already chopped image files may be a workaround to this limitation)."
181
    },/* NEW */
181
    },/* NEW */
182
    {"text-reading",      no_argument,       NULL, 'P',"proceed scrolling as reading through a text document",NULL,
182
    {"text-reading",      no_argument,       NULL, 'P',"proceed scrolling as reading through a text document",NULL,

Return to bug 595832