File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2843,12 +2843,12 @@ Specific version requirements to update to can be specified:
2843
2843
fn uninstall_subcommand ( ) -> Command {
2844
2844
command (
2845
2845
"uninstall" ,
2846
- cstr ! ( "Uninstalls a dependency or an executable script in the installation root's bin directory.
2846
+ cstr ! ( "Uninstalls dependencies or an executable script in the installation root's bin directory.
2847
2847
<p(245)>deno uninstall @std/dotenv chalk</>
2848
2848
<p(245)>deno uninstall --global file_server</>
2849
2849
2850
2850
To change the installation root, use <c>--root</> flag:
2851
- <p(245)>deno uninstall --global --root /usr/local serve</>
2851
+ <p(245)>deno uninstall --global --root /usr/local cowsay serve</>
2852
2852
2853
2853
The installation root is determined, in order of precedence:
2854
2854
- <p(245)>--root</> option
@@ -2870,7 +2870,7 @@ The installation root is determined, in order of precedence:
2870
2870
Arg :: new ( "global" )
2871
2871
. long ( "global" )
2872
2872
. short ( 'g' )
2873
- . help ( "Remove globally installed package or module " )
2873
+ . help ( "Remove globally installed packages or modules " )
2874
2874
. action ( ArgAction :: SetTrue ) ,
2875
2875
)
2876
2876
. arg (
You can’t perform that action at this time.
0 commit comments