gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master 918a45c3 1/2: Book: added backslash in command


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 918a45c3 1/2: Book: added backslash in command line-break that was missing
Date: Fri, 2 Dec 2022 20:55:13 -0500 (EST)

branch: master
commit 918a45c3087d53affcd71d6c3ff563f61e93ae0a
Author: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>

    Book: added backslash in command line-break that was missing
    
    Until now, the alias command that we had defined for 3D NoiseChisel was
    missing a backslash at the end of the broken line!
    
    With this commit a backslash has been added. Also, the backslash of the
    previous command which was too far away has been brough closer to the
    visible end of the line.
---
 doc/gnuastro.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index a8e57e28..5eb987b3 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -22530,7 +22530,7 @@ You can use this for default values on datacubes.
 For example, if you installed Gnuastro with the prefix @file{/usr/local} (the 
default location, see @ref{Installation directory}), you can benefit from this 
configuration file by running NoiseChisel like the example below.
 
 @example
-$ astnoisechisel cube.fits                                      \
+$ astnoisechisel cube.fits \
                  --config=/usr/local/etc/astnoisechisel-3d.conf
 @end example
 
@@ -22542,7 +22542,7 @@ To further simplify the process, you can define a shell 
alias in any startup fil
 Assuming that you installed Gnuastro in @file{/usr/local}, you can add this 
line to the startup file (you may put it all in one line, it is broken into two 
lines here for fitting within page limits).
 
 @example
-alias astnoisechisel-3d="astnoisechisel
+alias astnoisechisel-3d="astnoisechisel \
                     --config=/usr/local/etc/astnoisechisel-3d.conf"
 @end example
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]