Skip to content

Commit 2a55485

Browse files
author
jmorat
committed
uses Bash's backtick for multiline bash with comment
1 parent 773c037 commit 2a55485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ kapture_pipeline_mapping.py -v info \
180180
-gfeat ./global_features/AP-GeM-LM18/global_features \
181181
-matches ./local_features/r2d2_500/NN_no_gv/matches \
182182
-matches-gv ./local_features/r2d2_500/NN_colmap_gv/matches \
183-
--colmap-map ./colmap-sfm/r2d2_500/AP-GeM-LM18_top5 # lfeat type / map pairs \
183+
--colmap-map ./colmap-sfm/r2d2_500/AP-GeM-LM18_top5 `# lfeat type / map pairs` \
184184
--topk 5
185185
----
186186

0 commit comments

Comments
 (0)