Skip to content

Commit c5523c9

Browse files
committed
docs/l10n: fix export/unexport strings
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
1 parent bf2ecf9 commit c5523c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

locales/en.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ runtimeCommand:
8080
enter:
8181
description: "Enter the subsystem's environment."
8282
export:
83-
description: "Export an application or binary from the subsystem."
83+
description: "Export an application or binary from the subsystem to the host."
8484
options:
8585
appName:
8686
description: "The name of the application to export."
@@ -89,7 +89,7 @@ runtimeCommand:
8989
binOutput:
9090
description: "Path of the binary output (default: ~/.local/bin/)."
9191
unexport:
92-
description: "Unexport an application or binary from the subsystem."
92+
description: "Unexport an application or binary from the host."
9393
options:
9494
appName:
9595
description: "The name of the application to unexport."

0 commit comments

Comments
 (0)