mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-15 06:24:01 +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,
|
'P' => opts.enable_private_mode = true,
|
||||||
'v' => {
|
'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!(
|
print!(
|
||||||
"{}",
|
"{}",
|
||||||
wgettext_fmt!("%s, version %s\n", PACKAGE_NAME, crate::BUILD_VERSION)
|
wgettext_fmt!("%s, version %s\n", PACKAGE_NAME, crate::BUILD_VERSION)
|
||||||
|
|
Loading…
Reference in a new issue