From: Jos Collin Date: Tue, 3 Oct 2017 04:31:59 +0000 (+0530) Subject: script/ptl-tool.py: Fix the Comment example X-Git-Tag: v13.0.1~653^2~3^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=32b26537b0a5ecf2b48145e8f5c3ebb599ea38fc;p=ceph.git script/ptl-tool.py: Fix the Comment example The example shown in the comment needs export to work as expected. Signed-off-by: Jos Collin --- diff --git a/src/script/ptl-tool.py b/src/script/ptl-tool.py index 29cc22a65b80..6ccd80d1d14d 100755 --- a/src/script/ptl-tool.py +++ b/src/script/ptl-tool.py @@ -5,15 +5,15 @@ # This tool's purpose is to make it easier to merge PRs into Ceph. # # Because developers often have custom names for the ceph upstream remote -# (https://github.com/ceph/ceph.git), You will probably want to set the +# (https://github.com/ceph/ceph.git), You will probably want to export the # PTL_TOOL_BASE_PATH environment variable in your shell rc files before using # this script: # -# PTL_TOOL_BASE_PATH=refs/remotes/upstream/ +# export PTL_TOOL_BASE_PATH=refs/remotes// # # and PTL_TOOL_BASE_REMOTE as the name of your Ceph upstream remote (default: "upstream"): # -# PTL_TOOL_BASE_REMOTE=origin +# export PTL_TOOL_BASE_REMOTE= # # # ** Here are some basic exmples to get started: **