From 2879346568cb55e891518ee197a4cdef6e2cb0a0 Mon Sep 17 00:00:00 2001 From: beeb <703631+beeb@users.noreply.github.com> Date: Sun, 4 Aug 2024 17:25:40 +0200 Subject: [PATCH] docs(commands): example for push --- src/commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.rs b/src/commands.rs index cb284f2..e513e54 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -114,7 +114,7 @@ pub struct Push { /// Use this if the dependency you want to push is not in the current directory. /// - /// Example: `soldeer push /path/to/dep`. + /// Example: `soldeer push mypkg~0.1.0 /path/to/dep`. pub path: Option, /// Use this if you want to run a dry run. If set, this will generate a zip file that you can