You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see the arguments --export--import and --list have been translated in French by --exporter--importer and --liste . The translation is fine, but argument names should never be translated.
Obviously wsl --exporterwsl --importer and wsl --liste are not valid.
Note: in the 'wsl --help' shown in this issue (August 2022) the problem is not present.
The text was updated successfully, but these errors were encountered:
Hi I'm an AI powered bot that finds similar issues based off the issue title.
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!
Windows Version
Microsoft Windows [Version 10.0.22631.2715]
WSL Version
2.0.7.0
Are you using WSL 1 or WSL 2?
Kernel Version
5.15.133.1-1
Distro Version
No response
Other Software
No response
Repro Steps
You need a Windows installation in French (the problem may exist in other languages too)
> wsl --help | findstr /C:--
Expected Behavior
Actual Behavior
Diagnostic Logs
As you can see the arguments
--export
--import
and--list
have been translated in French by--exporter
--importer
and--liste
. The translation is fine, but argument names should never be translated.Obviously
wsl --exporter
wsl --importer
andwsl --liste
are not valid.Note: in the '
wsl --help
' shown in this issue (August 2022) the problem is not present.The text was updated successfully, but these errors were encountered: