mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
Remove stale comment
This commit is contained in:
parent
a64324421f
commit
e88e7dbf7a
1 changed files with 0 additions and 2 deletions
|
@ -436,8 +436,6 @@ fn fish_parse_opt(args: &mut [WString], opts: &mut FishCmdOpts) -> usize {
|
|||
}
|
||||
'P' => opts.enable_private_mode = true,
|
||||
'v' => {
|
||||
// FIXME: this was _(L"%s, version %s\n"), but rust-fwprintf! takes a literal instead of an expr
|
||||
// and appears to not print anything
|
||||
print!(
|
||||
"{}",
|
||||
wgettext_fmt!("%s, version %s\n", PACKAGE_NAME, crate::BUILD_VERSION)
|
||||
|
|
Loading…
Reference in a new issue