From 32b26537b0a5ecf2b48145e8f5c3ebb599ea38fc Mon Sep 17 00:00:00 2001 From: Jos Collin Date: Tue, 3 Oct 2017 10:01:59 +0530 Subject: [PATCH] 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 --- src/script/ptl-tool.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/script/ptl-tool.py b/src/script/ptl-tool.py index 29cc22a65b8..6ccd80d1d14 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: ** -- 2.47.3