diff options
Diffstat (limited to 'snakemake.el')
-rw-r--r-- | snakemake.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snakemake.el b/snakemake.el index a664a97..7a01613 100644 --- a/snakemake.el +++ b/snakemake.el @@ -395,7 +395,7 @@ targets." "Display graph for DAG of RULES. The graph will be displayed with `image-mode'. From this buffer, -you can call \\<snakemake-graph-mode-map>\\[snakemake-graph-save] +you can call \\<snakemake-graph-mode-map>\\[snakemake-graph-save] \ to save the graph. If prefix argument RULE-GRAPH is non-nil, pass --rulegraph |