[usage] add some symbols to the usage message

pull/915/head
Timothy Stack 3 years ago
parent 2315fc8871
commit 6761e2d7df

@ -857,24 +857,28 @@ Examples:
Paths: Paths:
Configuration, session, and format files are stored in: Configuration, session, and format files are stored in:
%s %s %s
Local copies of remote files and files extracted from Local copies of remote files and files extracted from
archives are stored in: archives are stored in:
%s %s %s
Documentation: https://docs.lnav.org Documentation: https://docs.lnav.org
Contact: Contact:
https://github.com/tstack/lnav/discussions %s https://github.com/tstack/lnav/discussions
%s %s %s
Version: %s Version: %s
)"; )";
fprintf(stderr, fprintf(stderr,
usage_msg, usage_msg,
lnav_data.ld_program_name, lnav_data.ld_program_name,
"\U0001F4C2",
lnav::paths::dotlnav().c_str(), lnav::paths::dotlnav().c_str(),
"\U0001F4C2",
lnav::paths::workdir().c_str(), lnav::paths::workdir().c_str(),
"\U0001F4AC",
"\U0001F4EB",
PACKAGE_BUGREPORT, PACKAGE_BUGREPORT,
VCS_PACKAGE_STRING); VCS_PACKAGE_STRING);
} }

Loading…
Cancel
Save